@import url('https://fonts.googleapis.com/css2?family=Aleo&family=Special+Elite&display=swap');

body {
    background-color: rgb(32, 167, 245);
}

h1 {
    font-family: 'Special Elite', cursive;
    font-size: 25px;
}

body, h1, ul, li{
    margin: 0px;
    padding: 0px;
    border-radius: 0px
}

h4, h5, p, a, ul, li{
    font-family: 'Aleo', serif;
}

/*a{
    color: white;
}*/

.contenedor {
    width: 800px;
    background-color: white;
    margin: 0px auto ;
    
    
}

.cabeza {
    color: white;
    background-color: rgb(5, 33, 83);
    padding: 20px;
}

.cuerpo{
    padding: 20px;

}

.pie{
    padding: 20px;
    color: white;
    background-color: rgb(5, 33, 83);
    text-align: center;
}

.img-portada{
    background-image: url(../img/El-actor-Denzel-Washington.jpg) ;
    height: 500;
    width: 800;
}

.vinculos{
        color: white;

}

.vinculos:hover{
    color: rgb(219, 255, 13);
    text-decoration: none;
}

.marco-video{
    background-color: black;
    padding: 20px;
    text-align: center;
}
.menu{
    background-color: rgb(107, 196, 248); ;
}

.item-l {
    display: inline-block;
    padding: 10px;

}
.item-l a{
    color: rgb(47, 10, 255);
    text-decoration: none;
}

.item-l a:hover{
    color: rgb(253, 253, 253);
    text-decoration: none;
}